show - navigator |
Displays the navigator object and its buttons based on the passed parameter.
Syntax
Script |
componentID.navigator.show(sButtonID ) |
Parameters
Parameter |
Description |
---|---|
sButtonID |
String that denotes the name of the button available in the navigator. The following are the some of the values that can be passed as the parameter for this method:
|
Remarks
If no value is passed as parameter then it is equivalent to passing theallparameter, which displays the navigator.
Example
This sample code demonstrates how the method can be used.
componentID.navigator.show("control");